GitHub Copilot Chat in VS Code
https://code.visualstudio.com/docs/copilot/chat/copilot-chat
https://docs.github.com/ja/copilot/how-tos/chat-with-copilot
GitHub Copilot
のチャット機能。
Visual Studio Code
にも統合されている。
チャットモード
組み込みのチャットモードは 3 種類: Ask, Edit, Agent
VS Code 1.101 からカスタムチャットモードもサポートされた
.github/chatmodes/(好きなファイル名).chatmode.md
というマークダウン形式のファイルで定義するっぽい
https://code.visualstudio.com/docs/copilot/customization/custom-chat-modes
コンテキストの指定
#
を使って、コンテキスト項目に言及できる
https://code.visualstudio.com/docs/copilot/reference/copilot-vscode-features#_chat-tools
を参照